home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / programs_-_include / LINUX / LP_INTER.{6Q < prev    next >
Text File  |  1999-09-17  |  568b  |  23 lines

  1. #ifndef _LINUX_LP_INTERN_H_
  2. #define _LINUX_LP_INTERN_H_
  3.  
  4. /*
  5.  * split in two parts by Joerg Dorchain
  6.  * usr/include/linux/lp.h  modified for Amiga by Michael Rausch
  7.  * modified for Atari by Andreas Schwab
  8.  * bug fixed by Jes Sorensen 18/8-94:
  9.  *     It was not possible to compile the kernel only for Atari or Amiga.
  10.  *
  11.  * linux i386 version  c.1991-1992 James Wiegand
  12.  * many modifications copyright (C) 1992 Michael K. Johnson
  13.  * Interrupt support added 1993 Nigel Gamble
  14.  */
  15.  
  16. #include <linux/types.h>
  17. #include <linux/lp_m68k.h>
  18.  
  19. int lp_internal_init(void);
  20.  
  21. #endif
  22.  
  23.